relpath
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Sat, 14 Feb 2026 11:20:13 +0000 (11:20 +0000)
committerPeter Blackman <peterb@debian.org>
Sat, 14 Feb 2026 11:20:13 +0000 (11:20 +0000)
commit96de009ca6ff0ad885a348e3adbc465af9f23172
treedaa4ed99748d7dfba2ad3a07b189372d5c2d3d90
parentd9df2b050bc77ba39a0481961da6bc45283edd7a
relpath

This patch adds an utility for computing relative path according to a given
base directory. This is useful for libraries that are to install .lpk in
order to be used with lazarus. As these libraries may be compiled without
need to build depend on Lazarus, we add it in fp-utils package which is likely
to be used by any big project which build depends on fp-compiler.

Gbp-Pq: Name relpath.patch
fpcsrc/utils/fpmake.pp
fpcsrc/utils/relpath.pas [new file with mode: 0644]
install/man/man1/relpath.1 [new file with mode: 0644]